Opc.Ua.Core
QualifiedNameCollection Constructor(IEnumerable<QualifiedName>)



Opc.Ua Namespace > QualifiedNameCollection Class > QualifiedNameCollection Constructor : QualifiedNameCollection Constructor(IEnumerable<QualifiedName>)
The enumerated collection of qualified names to add to this new collection
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of QualifiedName) _
)
'Usage
 
Dim collection As IEnumerable(Of QualifiedName)
 
Dim instance As New QualifiedNameCollection(collection)
public QualifiedNameCollection( 
   IEnumerable<QualifiedName> collection
)
public:
QualifiedNameCollection( 
   IEnumerable<QualifiedName^>^ collection
)

Parameters

collection
The enumerated collection of qualified names to add to this new collection
Remarks
Initializes the collection from another collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QualifiedNameCollection Class
QualifiedNameCollection Members
Overload List